home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Internet / Misc / Uupc 3.1 sources.sit / uupc 3.1 sources Folder / Mac specific / Unix lib / rename.proto.h < prev    next >
Encoding:
Text File  |  1992-03-01  |  114 b   |  6 lines  |  [TEXT/KAHL]

  1.  
  2. /* rename.c */
  3. long setdir(char *path, char *dir, char *name);
  4. int rename(char *old, char *new);
  5. int main(void);
  6.